WBTC Bridge

Move BTC Across Chains as WBTC

WBTC Bridge tracks routes between native Bitcoin, Wrapped Bitcoin, and smart-contract networks, so you can inspect a path before signing anything.

Preview

Preview only
Ethereum tokenEthereum 0.00Preview
Wbtc tokenWbtc 0.00Preview
Deposit · Ethereum → WBTCNon-custodial bridge route
Wbtc token Wbtc
TypeBridge route
CustodyNon-custodial
Go to Swap
Scroll

On-Chain Wrapped Bitcoin (WBTC) Routing Overview

Wrapped Bitcoin is an ERC-20-style token backed 1:1 by BTC held with institutional custodians, and moving between BTC, WBTC, and other chains means using one of three mechanisms: merchant-and-custodian minting, burn-and-redeem, or a third-party cross-chain bridge.

Read more

This page is an independent, non-custodial dashboard for inspecting those routes — it holds no funds, no keys, and executes nothing. Pick your route, verify the destination contract against the official WBTC documentation, then sign in your own wallet with the provider you chose.

Routesource chain <-> destination chain
Deposittypically minutes
Withdrawmay need proving/finalization
Gasnative asset on both chains
CustodyNon-custodial — your wallet signs
VerifyUse the official contracts; beware fake bridge sites
WBTC Bridge

What is Wrapped Bitcoin (WBTC)?

WBTC Bridge is a directory of routes, not a single official bridge: this dashboard catalogues ways to move between native BTC, WBTC, and supported chains. WBTC is issued on networks like Ethereum, Solana, TRON, BNB Chain, Base, Kava, and Osmosis, each with its own documented contract; the Ethereum contract is 0x2260fac5e5542a773aa44fbcfedf7c193bc2c599, whose Ethereum contract record lets you inspect the token directly. Three route types cover the page: BTC-to-WBTC uses custodial issuance, where an approved merchant takes your BTC, a custodian locks it in disclosed reserve addresses, and new WBTC is minted; WBTC-to-BTC reverses that flow by burning WBTC; chain-to-chain transfers use third-party bridges or native issuance on the destination. Issuance depends on custodians and merchants, while a cross-chain route adds a bridge operator's smart contracts and messaging layer.

How bridging works

Bridging WBTC uses lock-and-release or mint-and-release, depending on the route. For BTC-to-WBTC, the custodian confirms your Bitcoin deposit, the merchant triggers minting, and you receive WBTC at 1:1 with eight decimals. For redemption, your WBTC is burned and the custodian releases BTC from reserves. A chain-to-chain bridge either locks WBTC in a contract on the source chain and mints a representation on the destination, or routes through natively issued supply where it exists. On EVM routes, the wallet normally presents two signatures: an approval granting the provider's contract a token allowance, followed by the transfer; the ERC-20 approval method defines that allowance as the amount a spender may withdraw.

Depositing to the destination

Depositing to a destination starts with the asset, source network, and destination network; the dashboard then shows the available route and its operator. Reconcile three transaction values before the route begins: the destination token contract, the provider's quoted fee and time, and the destination chain's gas asset. WBTC arriving on Base is unusable until you have ETH there to move it. Timing combines source-chain confirmations with destination execution; BTC routes wait on Bitcoin confirmations, which is the slow leg, and the Bitcoin confirmation process is separate from the destination step. Submit once, then track the transaction on the relevant block explorer. If the route includes an exchange or swap step, an automated market maker prices against pool liquidity: deep pairs fill more closely to 1:1, while thin pairs move the execution price.

Withdrawing back

Withdrawing back from WBTC follows either redemption to native BTC or finalization to a source chain. WBTC-to-BTC redemption is not instant: the burn happens on-chain, while the custodian's release of BTC from reserves adds merchant processing and Bitcoin network confirmations. A cross-chain withdrawal adds its own finalization step; depending on the bridge, funds may wait through a proving period or a messaging delay before they are claimable on the other side. Use the source and destination explorers to separate a confirmed transaction from a bridge or custodian delay, and complete any manual destination claim when the route requires one. The dashboard only shows the route; it does not perform the burn, release, or claim.

Time and fees

Time and fees come from up to five components: source-chain gas for the approval, source-chain gas for the transfer, any provider or liquidity fee, destination gas, and merchant fees on BTC issuance or redemption routes. Network congestion moves the gas components, while route liquidity moves the provider fee. Timing stacks source confirmations, bridge or custodian processing, and destination execution. Compare the all-in quote across route types: a bridge with no explicit fee can still cost more through thin-liquidity slippage in execution than a provider charging a visible fee. The figure shown at quote time is an estimate because these inputs change.

Is WBTC Bridge safe?

The dashboard is non-custodial and holds no funds or keys, but route safety depends on the custody model, contracts, and messaging system you select. WBTC's reserve model is custodial: backing BTC sits with authorized custodians in disclosed addresses, which makes reserves inspectable but adds counterparty risk. Cross-chain routes add smart-contract and messaging risk, and bridge design differences include lock-and-mint, liquidity-based, and natively validated models. An EVM approval gives a provider contract an allowance that can be spent on your behalf; phishing can also redirect a signature to a look-alike site. Audited and open-source contracts reduce some risk but eliminate none. Verify the domain and destination contract, grant only the allowance you intend, and size the transfer to what you can afford to have delayed.

Problems and fixes

Most bridge failures map to a wrong network, missing destination gas, pending finalization, or an incomplete approval. If the wrong network is selected, the transaction may revert or land on a chain you did not intend; switch networks in the wallet, not by editing the dApp. If there is no destination gas, the transfer can complete while WBTC remains immobile; send a small amount of that chain's native asset to the same address. For a transaction that appears pending, check the source-chain explorer: a confirmed source transaction places the remaining delay with the bridge or custodian. If approval succeeded but nothing moved, remember that approval and transfer are separate transactions and sign the second one. After a suspected fake site, revoke the token allowance from a known-good revocation tool and move remaining funds to a fresh wallet; compare any received WBTC contract address with the official registry before interacting with the token.

WBTC FAQ

Is this the official WBTC Bridge site?

No. This is an independent, non-custodial informational dashboard with no affiliation to WBTC, BitGo, custodians, merchants, or bridge operators. It holds no funds or keys and never executes transfers; you sign with the third-party provider you selected.

How long does bridging take?

Bridging time depends on the route type: cross-chain WBTC transfers combine source-chain confirmations, the bridge's finalization step, and destination execution, while BTC minting or redemption adds custodian processing and Bitcoin confirmation times.

How do I bridge BTC to WBTC?

BTC-to-WBTC uses custodial issuance: an approved merchant receives your BTC, the custodian locks it in reserve, and WBTC is minted to your address 1:1. If you already hold WBTC on one chain and want it on another, use a cross-chain route, which has different mechanics and trust assumptions.

Do I need the destination chain's gas asset?

Yes. WBTC arriving on Ethereum needs ETH to move, WBTC on BNB Chain needs BNB, and WBTC on Base needs ETH; without the native asset, the WBTC can remain unusable in that address.

Is bridging WBTC safe?

There is no single safety answer: WBTC's custodial reserve model adds counterparty exposure, while a cross-chain route adds the selected bridge's smart-contract and messaging exposure.

What is the difference between native and third-party routes?

Native routes use WBTC issued directly on the destination chain under its documented contract, so the received token is canonical; third-party bridges lock WBTC on the source chain and mint a bridged representation, or swap through liquidity pools, adding the bridge operator's contracts and messaging layer.

Notes before you use WBTC Bridge

If you already hold WBTC on one chain, a cross-chain route is usually the simpler path; minting and redemption are for moving between native BTC and issued supply.

The ticker alone does not identify a token: WBTC contracts differ by network, and the Ethereum address is 0x2260fac5e5542a773aa44fbcfedf7c193bc2c599.

Before signing: verify the provider domain, destination contract, source and destination networks, allowance amount, gas assets, and withdrawal or finalization time.

Everything on this page was checked against the WBTC documentation and the public contract registry; last reviewed 21 July 2026.

Independent reference — confirm the selected route in your own wallet.